type net.addrList
14 uses
net (current package)
dial.go#L283: func (r *Resolver) resolveAddrList(ctx context.Context, op, network, addr string, hint Addr) (addrList, error) {
dial.go#L300: return addrList{addr}, nil
dial.go#L520: var primaries, fallbacks addrList
dial.go#L534: func (sd *sysDialer) dialParallel(ctx context.Context, primaries, fallbacks addrList) (Conn, error) {
dial.go#L608: func (sd *sysDialer) dialSerial(ctx context.Context, ras addrList) (Conn, error) {
ipsock.go#L61: type addrList []Addr
ipsock.go#L82: func (addrs addrList) forResolve(network, addr string) Addr {
ipsock.go#L100: func (addrs addrList) first(strategy func(Addr) bool) Addr {
ipsock.go#L115: func (addrs addrList) partition(strategy func(Addr) bool) (primaries, fallbacks addrList) {
ipsock.go#L133: func filterAddrList(filter func(IPAddr) bool, ips []IPAddr, inetaddr func(IPAddr) Addr, originalAddr string) (addrList, error) {
ipsock.go#L134: var addrs addrList
ipsock.go#L249: func (r *Resolver) internetAddrList(ctx context.Context, net, addr string) (addrList, error) {
ipsock.go#L285: return addrList{inetaddr(IPAddr{})}, nil
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |